home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / Milo / milo060setup.exe / {app} / Update.exe / 0 / RCDATA / TUPDATER / TUPDATER.txt < prev   
Text File  |  2003-09-14  |  3KB  |  167 lines

  1. object updater: Tupdater
  2.   Left = 249
  3.   Top = 209
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Milo - aktualizacja oprogramowania'
  7.   ClientHeight = 377
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox1: TGroupBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 481
  26.     Height = 57
  27.     Caption = 'Wersja programu'
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 8
  31.       Top = 20
  32.       Width = 46
  33.       Height = 13
  34.       Caption = 'Aktualna:'
  35.     end
  36.     object Label2: TLabel
  37.       Left = 8
  38.       Top = 36
  39.       Width = 50
  40.       Height = 13
  41.       Caption = 'Dost'#281'pna:'
  42.     end
  43.     object ver_ac: TLabel
  44.       Left = 72
  45.       Top = 20
  46.       Width = 24
  47.       Height = 13
  48.       Caption = '###'
  49.     end
  50.     object ver_av: TLabel
  51.       Left = 72
  52.       Top = 36
  53.       Width = 24
  54.       Height = 13
  55.       Caption = '###'
  56.     end
  57.   end
  58.   object GroupBox2: TGroupBox
  59.     Left = 8
  60.     Top = 72
  61.     Width = 481
  62.     Height = 185
  63.     Caption = 'Historia wersji'
  64.     TabOrder = 1
  65.     object his: TMemo
  66.       Left = 8
  67.       Top = 20
  68.       Width = 465
  69.       Height = 157
  70.       Enabled = False
  71.       Lines.Strings = (
  72.         'Pobieranie informacji...')
  73.       ReadOnly = True
  74.       ScrollBars = ssVertical
  75.       TabOrder = 0
  76.     end
  77.   end
  78.   object GroupBox3: TGroupBox
  79.     Left = 8
  80.     Top = 264
  81.     Width = 481
  82.     Height = 73
  83.     Caption = 'Aktualizacja'
  84.     TabOrder = 2
  85.     object Label3: TLabel
  86.       Left = 320
  87.       Top = 48
  88.       Width = 44
  89.       Height = 13
  90.       Caption = 'Pobrano:'
  91.     end
  92.     object download: TLabel
  93.       Left = 420
  94.       Top = 48
  95.       Width = 50
  96.       Height = 13
  97.       Alignment = taRightJustify
  98.       Caption = '0 kb / 0 kb'
  99.     end
  100.     object fileurl: TLabel
  101.       Left = 8
  102.       Top = 48
  103.       Width = 24
  104.       Height = 13
  105.       Caption = '###'
  106.       Font.Charset = EASTEUROPE_CHARSET
  107.       Font.Color = clGray
  108.       Font.Height = -11
  109.       Font.Name = 'Tahoma'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object pb: TProgressBar
  114.       Left = 8
  115.       Top = 24
  116.       Width = 465
  117.       Height = 15
  118.       TabOrder = 0
  119.     end
  120.   end
  121.   object start_update: TButton
  122.     Left = 333
  123.     Top = 344
  124.     Width = 75
  125.     Height = 25
  126.     Caption = '&Aktualizuj'
  127.     TabOrder = 3
  128.     OnClick = start_updateClick
  129.   end
  130.   object cancel: TButton
  131.     Left = 413
  132.     Top = 344
  133.     Width = 75
  134.     Height = 25
  135.     Caption = '&Zamknij'
  136.     TabOrder = 4
  137.     OnClick = cancelClick
  138.   end
  139.   object XPManifest1: TXPManifest
  140.     Left = 8
  141.     Top = 344
  142.   end
  143.   object milo_down: THTTPGet
  144.     AcceptTypes = '*/*'
  145.     Agent = 'Milo spam killer update'
  146.     BinaryData = True
  147.     UseCache = False
  148.     WaitThread = False
  149.     OnProgress = milo_downProgress
  150.     OnDoneFile = milo_downDoneFile
  151.     OnError = milo_downError
  152.     Left = 40
  153.     Top = 344
  154.   end
  155.   object his_down: THTTPGet
  156.     AcceptTypes = '*/*'
  157.     Agent = 'Milo spam killer update'
  158.     BinaryData = False
  159.     UseCache = False
  160.     WaitThread = False
  161.     OnDoneFile = his_downDoneFile
  162.     OnError = his_downError
  163.     Left = 72
  164.     Top = 344
  165.   end
  166. end
  167.